home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
vvictor
/
vvdemo.dir
/
00609.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-22
|
264 b
|
10 lines
on mouseUp
global SUBTOTAL1, TAX1, TOTAL1, shipping1
put TAX1 into field "tax"
put SUBTOTAL1 into field "total"
put shipping1 into field "total"
put TAX1 into field "total"
set TOTAL1 to SUBTOTAL1 + TAX1 + shipping1
put TOTAL1 into field "total"
end